Custom Use Case Metadata topic
Caution
This topic is under construction.
Classes
- UseCaseComposer Writing Use Cases
- A class of which an instance is passed to a UseCaseBuilder, allowing use cases to do all kinds of useful things with it.
- UseCaseMetadata
- The metadata of a use case.
-
UseCaseMetadataEntry<
T extends UseCaseMetadataEntry< T> > - A superclass for all metadata entries that can be dynamically added to a use case. This can be used to store additional information which can be read by addons or other methods inside the use case builder.